RichTextBox for WPF | ComponentOne
System.Web Namespace / HttpUtility Class / UrlEncodeToBytes Method / UrlEncodeToBytes(Byte[]) Method

In This Topic
    UrlEncodeToBytes(Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UrlEncodeToBytes( _
       ByVal bytes() As Byte _
    ) As Byte()
    public static byte[] UrlEncodeToBytes( 
       byte[] bytes
    )

    Parameters

    bytes
    See Also